projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6c5b6
)
fix build with OsPath build flag
author
Joey Hess
<joeyh@joeyh.name>
Mon, 21 Jul 2025 16:26:45 +0000
(12:26 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 21 Jul 2025 16:26:45 +0000
(12:26 -0400)
Command/P2PHttp.hs
patch
|
blob
|
history
diff --git
a/Command/P2PHttp.hs
b/Command/P2PHttp.hs
index 910b0151c58cd83591ed7e25405f356be8e1539f..140b2d4c94dda44f628ccfffe121a25bc44d09b9 100644
(file)
--- a/
Command/P2PHttp.hs
+++ b/
Command/P2PHttp.hs
@@
-302,7
+302,7
@@
findRepos o = do
-- cycles and in case there is an unexpected
-- symlink to some other directory we are not
-- supposed to serve.
- ifM (isSymbolicLink <$> R.getSymbolicLinkStatus
f
)
+ ifM (isSymbolicLink <$> R.getSymbolicLinkStatus
(fromOsPath f)
)
( return []
-- Ignore any errors getting the contents of a
-- subdirectory.